home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / lpkid.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  403 b   |  18 lines

  1. on mouseDown
  2.   puppetSound("Tone")
  3.   set the memberNum of sprite 41 to the memberNum of sprite 41 + 1
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the memberNum of sprite 41 to the memberNum of sprite 41 - 1
  9.   updateStage()
  10. end
  11.  
  12. on mouseUp
  13.   set the visible of sprite 41 to 0
  14.   updateStage()
  15.   printFrom(the frame, the frame, 50)
  16.   set the visible of sprite 41 to 1
  17. end
  18.